Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bundle install step from generator #3219

Draft
wants to merge 1 commit into
base: migrate-asset-pipeline
Choose a base branch
from

Conversation

taylor-steve
Copy link
Contributor

No description provided.

template.rb Outdated
@@ -14,6 +14,11 @@
gem 'sidekiq'
gem 'bootstrap_form', /(\d)(?:\.\d){0,2}/.match(bootstrap_version)[1].to_i == 5 ? '~> 5.4' : '~> 4.5'

if options[:asset_pipeline] == 'propshaft'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't propshaft orthagonal to the two gems below. You can use these gems with Sprockets as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, agreed. The current state is now closer to what I was imagining, but I'm still uncertain about the Rakefile change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants